isValid

abstract fun isValid(block: DesignBlock): Boolean

Check if a block is valid. A block becomes invalid once it has been destroyed.

Return

true if the block is valid, false otherwise.

Parameters

block

the block to query.